home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / src / Tools / freeWAIS-sf-1.1 / x / filereq.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-08-04  |  910 b   |  38 lines

  1. /* WIDE AREA INFORMATION SERVER SOFTWARE:
  2.    No guarantees or restrictions.  See the readme file for the full standard
  3.    disclaimer.
  4.  
  5.    This is part of the X user-interface for the WAIS software.  Do with it
  6.    as you please.
  7.  
  8.    jonathan@Think.COM
  9. */
  10.  
  11. /* Copyright (c) CNIDR (see ../COPYRIGHT) 
  12.  *
  13.  *
  14.  * $Log: filereq.h,v $
  15.  * Revision 1.2  1994/08/05  07:24:20  pfeifer
  16.  * Release beta 04
  17.  *
  18.  * Revision 1.1  1993/02/16  15:10:18  freewais
  19.  * Initial revision
  20.  *
  21.  * Revision 1.2  92/04/30  12:23:12  jonathan
  22.  * Added prototype for clearReqButtons.
  23.  * 
  24.  * Revision 1.1  92/03/25  18:52:01  jonathan
  25.  * Initial revision
  26.  * 
  27.  */
  28.  
  29. #ifndef _H_FILEREQ
  30. #define _H_FILEREQ
  31.  
  32. void SetFileName _AP((Widget w,XtPointer closure, XtPointer call_data));
  33. void SetDir _AP((Widget w,XtPointer closure, XtPointer call_data));
  34. void SetReqButtons _AP((boolean how));
  35. ScrollList MakeSaveRequester _AP((Widget parent));
  36.  
  37. #endif
  38.